home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr29 / fm2_227.zip / FATOPT.CMD < prev    next >
OS/2 REXX Batch file  |  1995-01-04  |  384b  |  15 lines

  1. @Echo off
  2. rem
  3. rem suggestions:
  4. rem
  5. rem -i for idle priority
  6. rem
  7. rem -o for "optimize without asking"
  8. rem
  9. rem since fatopt returns the percentage of fragmented files when run in
  10. rem report-only mode (-r), you could set this command file up to only
  11. rem run to optimize when a report run indicated that fragmentation was
  12. rem above a certain percentage...
  13. rem
  14. fatopt.exe %1
  15.